home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pcv05n06.zip / BIGBUF.DOC < prev    next >
Text File  |  1993-06-10  |  1KB  |  28 lines

  1. BIGBUF.COM                    June 1992                Challenge
  2.                                                           Solved
  3. ----------------------------------------------------------------
  4. Usage:    Load BIGBUF in your AUTOEXEC.BAT file to run.
  5.  
  6. Comments: The February 1992 Challenge invited you to overcom 
  7.           DOS's 15-character keyboard buffer limit. Although 
  8.           shareware programs can do this, we try to provide
  9.           solutions that you can type in and use immediately.
  10.  
  11.           Our winning entry comes from 13-year-old Charles 
  12.           Lepple of Alexandria, Virginia, who submitted a
  13.           DEBUG script that extends the keyboard buffer.
  14.           We've enhanced his so lution to include some
  15.           error-trapping code. 
  16.           
  17. Notes:    BIGBUF is a TSR that used 512 bytes of RAM and must
  18.           be loaded somewhere in the first 64k of conventional
  19.           memory due to BIOS restrictions. If BIGBUF is loaded
  20.           higher, it displays the message, "Error: BIGBUF must
  21.           be loaded lower", and does not extend the buffer. If
  22.           BIGBUF complains that it must be loaded lower, do so
  23.           by loading it eearlier in the startup sequence. That
  24.           is, make it the first or second TSR rather than the
  25.           tenth. If all goes well, BIGBUF will report:
  26.           "Keyboard buffer extended to 127 characters."
  27.  
  28.